SELECT DATE_FORMAT(test_date,'%Y%m') AS date FROM test_table;
SELECT * FROM customers WHERE birthday LIKE "2015/04/%";